Local Image Histograms for Learning Exposure Fusion
نویسندگان
چکیده
Local image histograms provide valuable descriptors of the behavior of an image around a given pixel. Rather than bucketing intensity values for all the pixels in an image, local histograms are defined separately for each pixel and represent the distribution of nearby intensities. Several image filters, including the median, mean-shift, and bilateral, can be described and computed using these histograms. In the SIGGRAPH 2010 conference, a new technique was introduced for efficiently computing such local histograms at all points in an image [2]. While previous algorithms had time complexity proportional to the support of the histogram, the new approach always runs in O(1) time per pixel, taking advantage of efficient Gaussian blur operations to simplify the local histogram computation process. While [2] applies local image histograms to the reexpression of previously-known image filters, these histograms also provide interesting features that could be used to apply machine learning to computational photography. In this project, we propose the application of this technique to learning reasonable approaches to exposure fusion, in which images of a scene taken at different exposures are linearly combined at each pixel to generate a meaningful output using the entire dynamic range of the display device. Ideally, although there obviously is a strong correlation between the histograms and values of adjacent pixels in a photograph, the histograms provide sufficiently strong descriptions of local behavior that this dependence can be ignored. Thus, we use examples of successfullyfused images and their per-pixel histograms as training data to learn a function mapping a single pixel and its corresponding histogram in each of the different exposures to a single output. This dependence likely is nonlinear, since local histograms often exhibit complex or even bimodal distributions. For this reason, we apply the “Least-Squares SVM” kernelized regression technique, which implicitly makes use of high-order features [3]. In the particular setting of image processing with locallyweighted histograms, evaluation of the learned exposure fusion function can be made considerably more efficient by taking advantage of the fact that histograms change with relatively low frequency across most images; a key contribution of this project is a new algorithm for efficient evaluation that makes image-processing-byexample a more feasible task. This project represents one of the first data-driven techniques in computational photography introduced to the graphics community. Its timings compare favorably with comparable approaches and more standard image processing techniques, and the output exhibits relatively few undesirable artifacts.
منابع مشابه
Density-Based Histogram Partitioning and Local Equalization for Contrast Enhancement of Images
Histogram Equalization technique is one of the basic methods in image contrast enhancement. Using this method, in the case of images with uniform gray levels (with narrow histogram), causes loss of image detail and the natural look of the image. To overcome this problem and to have a better image contrast enhancement, a new two-step method was proposed. In the first step, the image histogram is...
متن کاملGradient Local Auto-Correlations and Extreme Learning Machine for Depth-Based Activity Recognition
This paper presents a new method for human activity recognition using depth sequences. Each depth sequence is represented by three depth motion maps (DMMs) from three projection views (front, side and top) to capture motion cues. A feature extraction method utilizing spatial and orientational auto-correlations of image local gradients is introduced to extract features from DMMs. The gradient lo...
متن کاملPixelwise Local Binary Pattern Models of Faces Using Kernel Density Estimation
Local Binary Pattern (LBP) histograms have attained much attention in face image analysis. They have been successfully used in face detection, recognition, verification, facial expression recognition etc. The models for face description have been based on LBP histograms computed within small image blocks. In this work we propose a novel, spatially more precise model, based on kernel density est...
متن کاملCombining Local Feature Histograms of Different Granularities
Histograms of local features have proven to be powerful representations in image category detection. Histograms with different numbers of bins encode the visual information with different granularities. In this paper we experimentally compare techniques for combining different granularities in a way that the resulting descriptors can be used as feature vectors in conventional vector space learn...
متن کاملLocal gradient pattern - A novel feature representation for facial expression recognition
Many researchers adopt Local Binary Pattern for pattern analysis. However, the long histogram created by Local Binary Pattern is not suitable for large-scale facial database. This paper presents a simple facial pattern descriptor for facial expression recognition. Local pattern is computed based on local gradient flow from one side to another side through the center pixel in a 3x3 pixels region...
متن کامل